Open
Conversation
Contributor
Author
|
Fixing up the linter warning in the next commit |
1fadbe8 to
3ff1dd3
Compare
Contributor
Author
|
Linter checks seems to be passing now. |
EbonJaeger
requested changes
Jan 1, 2026
Member
There was a problem hiding this comment.
A couple of things.
- Each package update should be its own commit in the form of, for example:
mingw-w64-binutils: Update to 2.45.1 **Summary** Changelog available [here](www.example.com). - We want to make sure we install license files for packages now. This is easily done with the
%install_licensemacro, which will copy the files passed to it to the correct location for you, e.g.%install_license LICENSE. In the case ofmingw-w64-binutils, there are several files, which can be installed with%install_license COPYING*.
Nice to see you back!
Contributor
Author
|
I'm taking care of the small packages for now, working my way up. And yeah I'll update the packages with that |
Contributor
Author
I though of that, but I ended up merging the commits in the end based off an old memory that I guess failed me ^^' |
Binutils updated to 2.45.1 Release notes available [here](https://lists.gnu.org/archive/html/info-gnu/2025-07/msg00009.html) Signed-off-by: Zach Bacon <thezachbacon@gmail.com>
Contributor
Author
|
This should resolve this, but I'm just gonna wait on the linter before I say it's ready for review |
use the same sha that the mainline gcc package uses Using the github mirror since the gcc main git is having issues Release notes available [here](https://gcc.gnu.org/pipermail/gcc/2025-August/246491.html) Signed-off-by: Zach Bacon <thezachbacon@gmail.com>
Release notes available [here](https://sourceforge.net/p/mingw-w64/mailman/message/59192665/) Signed-off-by: Zach Bacon <thezachbacon@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GCC updated to 15.2.1, same sha that the mainline gcc package uses Using the github mirror since the gcc main git is having issues Release notes available here
Binutils updated to 2.45.1
Release notes available here
mingw-w64 updated to 13.0.0
Release notes available here
Test Plan
basic C hello world test
Checklist